home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / golden_glove.swf / scripts / DefineButton2_604 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-03-15  |  129 b   |  8 lines

  1. on(release){
  2.    if(_root.parry == 0 && _root.bank >= 50000)
  3.    {
  4.       _root.parry = 1;
  5.       _root.bank -= 50000;
  6.    }
  7. }
  8.